Api.SetCycleTime method

Sets the EtherCAT cycle time.

Namespace: IntervalZero.KINGSTAR.Local.Api

Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0

Syntax

C#VB
public KsError SetCycleTime(
       double Cycle
)
Public Function SetCycleTime(
       Cycle As Double
) As KsError

Parameters

Cycle

Type: double

The interpolation cycle time in second.

Return value

Type: KsError

A return code of a method.

Remarks

Usable EtherCAT states

ecatOffline

Examples

C#
N/A

See also

Api Class

IntervalZero.KINGSTAR.Local.Api Namespace